@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;300;600&display=swap');

/* reset css */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Sora', sans-serif;
}


body {
    line-height: 1;
}

a{
    text-decoration: none;
    color: #000;
}

image{
    border: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container{
  max-width: 1920px;
}

/* end reset css */

.navbar {
    width: 100%;

  }

.main-menu{
  padding-top: 20px;
}

  .nav-container {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }

  .navbar .menu-items {
    display: flex;
  }

  .navbar .nav-container li {
    list-style: none;
  }

  .navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
  }

  .navbar .nav-container a:hover{
      font-weight: bolder;
  }

  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }

  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 40px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    color: #fff;
    top: 10px;
    left: 20px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-container .hamburger-lines .line {
    display: block;
    height: 3px;


    width: 100%;
    border-radius: 10px;
    background: #323232;
  }

  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    height: 75vh;
    width: 0%;
    transform: translate(0%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #977D45;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    text-align: left;
    margin-top: -30px;
    border-bottom-left-radius: 250px;
    z-index: 2;
  }

  .navbar .menu-items li {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    font-weight: 500;
    width: 35rem;

    color: white;
    padding-left: 10rem;

  }

  .navbar .menu-items li::after {
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}



.navbar .menu-items li:hover::after {
  width: 100%;
}

  .navbar .menu-items a{
    margin-bottom: 1.2rem;
    font-size: 20px;
    font-weight: 500;
    color: white;
  }

  .language {
    position: absolute;
    top: 5px;
    right: 50px;
    font-size: 1.2rem;
    color: #0e2431;
    display: flex;
    z-index: 5;
    flex-direction: row;
  }

  .nav-container input[type="checkbox"]:checked ~ .menu-items {

    width: 100%;
  }

  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }

  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }

  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }

  .slider {
    margin-top: -100px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-container {
    display: flex;
    width: 100%;
    top:0px;


  }

  .rectangle-slider-text {
    position: absolute;
    top: 54%;
    left: 0px;
    min-width: 400px;
    width: 30%;
    height: 50px;
    padding: 10px;
    color: #fff;
    font-size: 29px;
    font-weight: 100;
    letter-spacing: 5px;
    background-color: #977D45;
    text-align: left;

  }
  .rectangle-slider-show {
    position: absolute;
    bottom: 0;
    left: 0px;
    min-width: 400px;
    width: 30%;
    height: 80px;
    padding-left: 10px;
    padding-top: 15px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    background-color: #71C6D5;
    text-align: left;

  }

  .carousel-item img {
    width: 100%;
    height: 75vh !important;

    object-fit: cover;
    background-color: #000;
    border-bottom-left-radius: 250px;
  }
  .logo{
    display: block;
    position: absolute;
    top: 30px;
      width: 275px;
    margin-left: 0px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .text-bar-vertical{
    color:#C8C8C8;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
font-size: 16px;
margin-top: 30vh;
  }

  .icon {
      margin-top: 150px;
      text-align: center;
      width: 100%;
      height: 60px;
      cursor: pointer;

  }

.product-info > a > span {

    font-weight: 400;
    color: #488F9B;
    display: flex;
    justify-content: center;
}

  .arrow {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    height: 60px;
    cursor: pointer;

  }

  .ust-yazi{
    background-color: #977D45;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 5px;
    padding: 10px;
    width: 70%;



  }

  .ust-header{
    padding: 20px;
    font-size: 36px;
    font-weight: 600;
    color: #71C6D5;
  }

  .hakkimizda-text > p{

    font-size: 14px;
    line-height: 30px;

  }

  .main-button{


    font-size: 12px;
    font-weight: 300;
    letter-spacing: 5px;
    padding: 15px;
    color: #977D45;
    border-radius: 0px;
    border-color: #977D45;
    border: 2px solid;
    margin-top: 20px;
    width: 30%;
  }

  .main-button > a{
    color: #977D45;
    text-transform: uppercase;
  }

  .fb-image{
    width: 100%;

  }

  .left-sidebar-menu ul li a{
    font-size:21px;
    color: #488F9B;


  }


.sys-dropdown{
    top:340px !important;
}

.lg-outer .lg-thumb-outer{
    background-color: transparent !important;
}

.lg-outer{
    background-color: white !important;
}

.sublink-a{
  margin-top: 15px;
}

  .sublink-a a {
    color: #C8C8C8;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;

    border-right: #C8C8C8 1px solid;
    padding-right: 20px;
    padding-left: 20px;

  }

  .sublink-a a:last-child{
    border-right: none;
  }

  .left-sidebar-menu ul li{
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #488F9B;
    width: 80%;
  }

  .active-menu{
    font-weight: 600;
    padding-left: 35px;
  }

.about{
  margin-top: 100px;
}

.packet{
  margin-top: 100px;
}

.fabric-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10%;
  padding-left: 50px;
}

.icon-fabrica h1{
  font-size: 72px;
  font-weight: 300;
  color: #977D45;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decor-row{
  position: relative;
}

.decorative-1{
  position: absolute;
  margin-top: 30px;
  font-size: 200px;
  font-weight: 300;
  color: #EDEDEE;
  z-index: -1;
}

.decorative-2{
  position: absolute;
  margin-top: 240px;
  font-size: 200px;
  font-weight: 300;
  color: #EDEDEE;
  z-index: -1;
}

.alt-menu{
  background-color: #71C6D5;
  height: 750px;
  display: flex;
  justify-content: space-between;

}

.compile-alt{
  margin-top: 320px;

}

.square{
  width: 40.5%;
  height: 300px;
  background-color: #977D45;
  position: relative;
  border-right: 1px solid #fff;
  padding: 25px;

}

.square-alt{
  position: absolute;
  width: 100%;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.square-alt > h3{
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.square-alt > a {
  margin-right: 60px;
}

.square-alt > a > img{
  padding-right: 20%;
  margin-top: 8px;
  width: 65px;
  height: 20px;
    transition: transform .2s;
}

.square-ust > h3{
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.square-ust > h2{
  margin-top: 20px;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
}

.square-black{
  width: 40.5%;
  height: 300px;
  background-color: #313131;
  position: relative;
  border-right: 1px solid #fff;
  padding: 25px;
}

.rectangle{
  width: 54%;
  height: 300px;
  background-image: url(../img/rectangle-back.png);
  position: relative;
  border-right: 1px solid #fff;
}

.rectangle-black{
  width: 45%;
  height: 300px;
  background-color: #313131;
  position: relative;
  border-right: 1px solid #fff;
}

.rectangle-text{

  padding: 25px;
}

.rectangle-image{
  position: absolute;
  bottom: 100px;
  right: 100px;
}

.rectangle-alt{
  width: 60% !important;
}

.subs{
  background-color: #71C6D5;
  background-image: url(../img/Clip.png);
  height: 350px;
  margin-left: -12px;
  width: 100%;
  display: flex;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: center;
}

.subs-text > h3{
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.subs-text > h1{
  font-size: 36px;
  font-weight: 300;
  color: white;
}

.footer-row {
  background-color: #323232;
  width: 100%;
  height: 450px;
}

.footer{
  background-image: url(../img/footer.png);
  width: 100%;
  height: 450px;
  position: relative;

}

.footer-detail{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 100px;
  margin-top: 70px;
  color: white;
}

.footer-text{
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.footer-text > a{
  color: white;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-text > h3{
  font-size: 18px;
  font-weight: 300;
  color: #84CDD9;
  margin-bottom: 25px;
}

.footer-social{
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40%;
}

.footer-social > a{
  margin-bottom: 20px;
}

.footer-logo{
  margin-top: 15%;
}

.footer-copyright{
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 15px;
  width: 95%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright > p{
  font-size: 14px;
  color: white;
}

.side-dropdown-menu{
  position: relative;

  width: 35%;
  height: 100%;
  z-index: 999;

}

.side-dropdown-header{
  margin-top: 50px;
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #71C6D5;
  color: white;
}

.side-dropdown-header > a{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.side-dropdown-items{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  align-items: left;
  padding: 10px;
  background-color: #71C6D5;
  color: white;
}

.side-dropdown-item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;

  margin-bottom: 25px;
  background-color: #71C6D5;
  color: white;
}

.side-dropdown-item >  a{
  display: flex;
  font-size: 24px;
  font-weight: 300;
  transition: 0.3s;
  color: white;
}


.side-dropdown-footer{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  margin-left: 30px;
  margin-bottom: 50px;
  background-color: #71C6D5;
  color: white;
}

.side-dropdown-footer > a{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin-right: 20px;
}

.side-dropdown-item > a:hover + .hover{

  display: block;
  visibility: visible;
  transition: transform 0.3s ease-out;
  padding-left: 30px;

}

.yatik-yazi > h5{
  color: white;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 3px;
  font-size: 14px;
  margin-top: 150%;
  font-weight: 600;
}

.side-dropdown-item > a:hover {
  padding-left: 30px;
}

.side-dropdown-item > a:hover::after + .hover{
  display: block;
position: relative;
visibility: visible;
transform: translateX(50px);
}

.hover {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100;
}

.hover > img{
  max-height: 600px;
  margin-top: 10%;
}


.side-dropdown-item > a::before {
  content: url(../img/right-arrow.png);
 width: 0px;
  display: none;
  transition: width 1s ease-in-out;
}

.side-dropdown-item > a:hover::before {
  width: 50px;
  display: block;
  transition: width 1s ease-in-out;

}

.social{
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  right: 50px;
  top: 50vh;

}

.social > img{
  margin-bottom: 15px;
}

.ust-yatik{
  z-index: 3;
    position: absolute;
    right:0px;
    width: 225px;
    height: 210px;

}

.ust-yatik > h5{

  width: 300px;
    border: 3px solid #323232;
  color: #323232;
  border-radius: 50px;
  letter-spacing: 5px;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px;
  left: 59vw;
  text-align: center;
  top: 300px;
}



.carousel-control-next{
  left: 25px;
  width: 4% !important;
}

.carousel-control-prev{
    width: 4% !important;
}

.product-image > a > img {
  width: 100%;
}

.product-info > a > p {

     align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #488F9B;
    margin-top: 10px;
    margin-bottom: 45px;

}



.contact-form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.contact-form > h1{
  color: #71C6D5;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-form > p{
  color: #71C6D5;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 50px;
}

.contact-form > form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.contact-form > form > input{
  width: 60%;
  height: 50px;
  border: 1px solid #C8C8C8;
  border-radius: 0px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #71C6D5;
}

.contact-form > form > input::placeholder{
  padding: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #d1d1d1;
}

.contact-form > form > textarea{
  width: 60%;
  height: 200px;
  border: 1px solid #C8C8C8;
  border-radius: 0px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #71C6D5;
}

.contact-form > form > textarea::placeholder{

  font-size:18px;
  font-weight: 300;
  padding: 20px;
  color: #d1d1d1;
}

.contact-form > form > button{
  width: 200px;
  height: 50px;
  border: 1px solid #C8C8C8;
  border-radius: 0px;
  margin-bottom: 20px;
  margin-left: 40%;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #71C6D5;
  background-color: white;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.contact-form > form > button:hover{
  background-color: #71C6D5;
  color: white;
}

.product-info > a > p {

  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #488F9B;
  margin-top: 40px;

}

.gallery-item {
  display: inline-block;
  width: 200px;
  padding: 5px;
}

.gallery-item > img {
  width: 100%;
  height: 100%;
}

.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image > a > img {
   width: 100%;
    padding: 25px;
    object-fit: cover;
    max-height: 400px;
    min-height: 400px;
}

.inline-gallery-container {
  width: 700px;
  height: 500px;
  position: relative;
}

.lightGallery-captions h4 {
  transform: translate3d(60px, 0, 0px);
}
.lightGallery-captions p {
  transform: translate3d(-60px, 0, 0px);
}
.lightGallery-captions h4,
.lightGallery-captions p {
  opacity: 0;
}

.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  transform: translate3d(0, 0, 0px);
}
.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  opacity: 1;
}

.lg-slide-progress .lightGallery-captions h4 {
  transform: translate3d(-60px, 0, 0px);
}
.lg-slide-progress .lightGallery-captions p {
  transform: translate3d(60px, 0, 0px);
}
.lg-slide-progress .lightGallery-captions h4,
.lg-slide-progress .lightGallery-captions p {
  opacity: 0;
}

.lightGallery-captions h4,
.lightGallery-captions p {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in;
}

.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions p {
  transition-delay: 500ms;
}
.lg-current.lg-slide-progress .lightGallery-captions h4,
.lg-current.lg-slide-progress .lightGallery-captions p {
  transition-delay: 0ms;
}

.lg-backdrop{
    background-color: transparent !important;
}

.lg-next, .lg-prev {
    background-color: transparent !important;

    color: #000 !important;

}

.dropdown-ul {
    display: flex;
    flex-direction: column;
    margin-left: 125px;
    margin-top: -30px;
}

.language-dropdown-wrapper::before{
    content: "";
    width: 100%;
    height: 30px;
    top: -30px;
    left: 0;
    position: absolute;
}
.menu-dropdown a,
.language-dropdown a {
    all: unset !important;
}
.menu-dropdown{

    position: relative;
    z-index: 2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    zoom: 1;
    overflow: hidden;
}
.menu-dropdown > ul{
    padding: 16px;
}
.menu-dropdown > ul li{
    width: auto !important;
    color: #FFFFFF !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}
.menu-ll-li:hover .menu-dropdown-wrapper{
    visibility: visible;
}
.menu-ll-li .menu-dropdown-wrapper{
    width: 300px;
    right: 20%;
    -webkit-transform: translate(-52%);
    transform: translate(-100%);
    height: auto;
    background: #977d45;
    z-index: 3;
    position: absolute;
    top: 260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    cursor: default;
    border-radius: 4px;
}

.menu-dropdown a li,
.language-dropdown ul{
    margin-top: 1rem !important;
}
.menu-dropdown a li,
.language-dropdown a li {
    padding: 8px;
    cursor: pointer;
}
.menu-dropdown a li:hover,
.language-dropdown a li:hover {
    font-weight: bold;
}
li.login {
    text-transform: uppercase;
}
.language-dropdown-wrapper .dropdown-arrow{
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    right: 45px;
    border-radius: 3px;
    background-color: #fff;
}
.language:hover .language-dropdown-wrapper{
    visibility: visible;

    
}

.block-title {
    margin-bottom: 25px;
}

.lg-thumb-item > img {
    width: 100%;
}

.block-title > h3{
    font-size: 24px;
    font-weight: 400;
    color: white;
}

.widget-contact {
    padding-left: 0px;
}

.widget-contact > li {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.widget-contact > li > a {
        font-size: 16px;
    margin-top: 15px;
    color: white;
}
    
.contact-block{
   background-color: #71C6D5;
    height: 450px;
    left: 25%;
    position: relative;
    padding: 10px;
    margin-top: 20px;
    border-bottom-left-radius: 50px;
    text-align: center;
}

.language .language-dropdown-wrapper{
    width: 100px;
    right: 0px;
    -webkit-transform: translate(25%);
    transform: translate(25%);
    height: auto;
    background: #FFFFFF;
    z-index: 5;
    position: absolute;
    top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    cursor: default;
    border-radius: 4px;
    zoom: 1;
}

.contact-block-wp {
    background-color: #71C6D5;
    width: 80%;
    height: 450px;
    position: relative;
    padding: 10px;
    margin-top: 20px;
    border-bottom-right-radius: 50px;
    text-align: center;
}

.lg-thumb {
    display: flex;
}